home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Plus SuperCD (UK) 1998 August
/
PC Plus SuperCD 50b Issue 142 (CD142b) (August 1998).iso
/
full
/
nt
/
MSSql
/
I386
/
sqlx86.exe
/
PTK
/
VBSQL
/
RPC.BAS
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
BASIC Source File
|
1996-04-03
|
299 b
|
14 lines
Rem These handle the SQL Server connection for this application
Global DBLIB_VERSION$
Global PrimaryWindowTitle$
Global SqlConn%
Global ServerName$
Global LoginID$
Global Password$
Global DatabaseName$
Global SQLStatus%
Global Const LoginTimeout% = 10
Global Const QueryTimeout% = 60